home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / wot19-wb.zip / UNINSTAL.BAT < prev    next >
DOS Batch File  |  1996-09-03  |  836b  |  35 lines

  1. cls
  2. wotEdit \z
  3. wotEdit \a wot2.ans
  4. @echo Beginning World of Tears Quick UN-Installation!
  5. @echo ------------------------------------------------------------------
  6. @echo This will delete ALL files in this directory!
  7. @echo Including the WOT..ZIP file. Please make a backup before uninstall.
  8. @echo Press ctrl - break to quit.
  9. @echo ------------------------------------------------------------------
  10. @pause
  11. @echo Deleting TEXT directory
  12. cd text
  13. del *.* /N
  14. cd..
  15. rd text
  16. @echo Deleting DAT directory
  17. cd dat
  18. del *.* /N
  19. cd..
  20. rd dat
  21. @echo Deleting ANSI directory
  22. cd ansi
  23. del *.* /N
  24. cd..
  25. rd ansi
  26. @echo Deleting MAIL directory
  27. cd mail
  28. del *.* /N
  29. cd..
  30. rd mail
  31. @echo UN-Installation finished!
  32. @echo Thank you for trying out World Of Tears!
  33. @pause
  34. REM Deleting this batch file and contents of WOT directory
  35. del *.* /N